home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d892.lha / Indent / README.Amiga < prev    next >
Text File  |  1993-06-24  |  2KB  |  52 lines

  1.                             GNU Indent 1.8
  2.                             --------------
  3.  
  4.                             Amiga port by:
  5.  
  6.                             Carsten Steger
  7.  
  8.  
  9. This is GNU Indent 1.8 for the Amiga.
  10.  
  11. Indent allows you to reformat any C program the way you like.  To  get
  12. the information  you  need about the program you can either use TeX or
  13. the  makeinfo  package  by  S.  Vigna and R.  Spisser which should  be
  14. available on any aminet-site.
  15.  
  16. Please note that I had to emulate  the wildcard expansion that typical
  17. Unix shells do. Therefore you can type "indent source/#?/#?.[ch]" just
  18. like in the Unix-version of indent.
  19.  
  20. Indent works  only with Kickstart 2.0 or higher.  As of this version I
  21. will  not  provide  a  version of indent for Kickstart 1.3. I strongly
  22. recommend  that  you upgrade  your  system to  2.0 a.s.a.p. To install
  23. indent on your system, just copy it to a directory in your path.
  24.  
  25. Indent  first  looks  for  the  profile  ".indent.pro"  in the current
  26. directory and  then in "S:". The backup file names indent uses are the
  27. same as in  David  Gay's  brilliant  port of GNU Emacs 18.58.  If  the
  28. environment variable "VERSION_CONTROL" is set to "simple", backup file
  29. names will be constructed  by  appending "!"  to the filename: "foo.c"
  30. becomes  "foo.c!". If it is set to "numbered_existing" (the  default),
  31. and if numbered backups already  exist, or if it is set to "numbered",
  32. backup file names will look like this: "foo.c.!<num>!", where <num> is
  33. one greater than the highest current version  number. If it  is set to
  34. "never", no backups will be made.
  35.  
  36. If  you think that you have found some bugs that are specific  to  the
  37. Amiga-version of indent (e.g. something  that works on a  Unix-machine
  38. and not on your Amiga), send an E-mail to
  39.  
  40. carsten.steger@informatik.tu-muenchen.de
  41.  
  42. Please send generic bug-reports directly to the authors. Their address
  43. is:
  44.  
  45. bug-gnu-utils@prep.ai.mit.edu
  46.  
  47.  
  48.  
  49. Have fun!
  50.  
  51. Carsten
  52.